home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DOSAMI40 / DOSAMI-8.DDI / DA1.ARJ / PRINTERS.ARJ / HPDJ / HPDJ.DVR < prev   
Text File  |  1991-11-18  |  3KB  |  108 lines

  1. PRINTER ; Hewlett Packard DeskJet
  2.  
  3. ; Letter (Portrait)
  4. ; ^[E      reset
  5. ; ^[9      clear margins
  6. ; ^[&l     code prefix
  7. ;     2a   US paper size
  8. ;     0O   potrait orientation
  9. ; ^[&k     code prefix
  10. ;     0g   CR->CR, LF->LF, FF->FF
  11. ;     1w   bidirectional
  12. ;     5W   text scale off
  13. ; ^[&l     code prefix
  14. ;     0l   perf. skip off
  15. ;     6d   6 lines per inch
  16. ;     66p  66 lines per page
  17. ;     0e   0 top margin
  18. ;     66f  66 lines of text
  19. ; ^[9      set default left/right margins
  20. ; ^[&a     code prefix
  21. ;     0l0m set left and right margins to 0
  22. ;     0r0C move to row 0 and column 0
  23. INIT ^[E^[&l2a0O^[&k0g1w5W^[&l0l6d66p0e66F^[9^[&a0r0C
  24. WIDTH  2550      ; 300 * 8.5"
  25. HEIGHT   66
  26. LEFT     75
  27. RIGHT    75
  28. RESET ^[E
  29. X 300
  30. TOP 0
  31. BOTTOM 3
  32. NEWLINE ^M^J
  33. FORMFEEDS YES
  34. ENDPAGE ^M^L
  35. NEWPAGE ; <empty>
  36.  
  37. FONT 1 ; Normal
  38.   NAME Courier 12, 10 pitch
  39.   ON ^[(10U^[(s0u0p10h12v0s0b3t2Q
  40.   WIDTH 30   ; 30/300 = 1/10"
  41.   X 1
  42.   BOLD        ^[(s3B            ^[(s0B
  43.   UNDERLINE   ^[&d0D            ^[&d@
  44.   SUPERSCRIPT ^[&a-0.25R^[(s6V  ^[&a+0.25R^[(s12V
  45.   SUBSCRIPT   ^[&a+0.25R^[(s6V  ^[&a-0.25R^[(s12V
  46.   ITALIC      ^[(s1S            ^[(s0S
  47.   XFULLMOVE \ ; space
  48.   XSMALLCODE HP.BIN
  49. END FONT
  50.  
  51. FONT 2 ; Large
  52.   COPY 1
  53.   NAME Courier 12, 5 pitch
  54.   ON ^[(10U^[(s0u0p5h12v0s0b3t2Q   ; 24/120 = 1/5"
  55.   WIDTH 60                         ; 60/300 = 1/5"
  56. END FONT
  57.  
  58. FONT 3 ; Small
  59.   COPY 1
  60.   NAME Courier 12, 16.67 pitch
  61.   ON ^[(10U^[(s0u0p16.67h12v0s0b3t2Q
  62.   WIDTH 18                           ; 18/300 = 1/16.67"
  63. END FONT
  64.  
  65. FONT 4 ; Tiny
  66.   COPY 1
  67.   NAME Courier 12, 20 pitch
  68.   ON ^[(10U^[(s0u0p20h12v0s0b3t2Q  ; 15/300 = 1/20
  69.   WIDTH 15
  70. END FONT
  71.  
  72. FONT 5
  73.   COPY 1
  74.   SUPERSCRIPT ^[&a-0.25R ^[&a+0.25R
  75.   SUBSCRIPT   ^[&a+0.25R ^[&a-0.25R
  76.   NAME Courier  6, 10 pitch
  77.   ON ^[(10U^[(s0u0p10h6v0s0b3t2Q
  78. END FONT
  79.  
  80. FONT 6
  81.   COPY 1
  82.   SUPERSCRIPT ^[&a-0.25R ^[&a+0.25R
  83.   SUBSCRIPT   ^[&a+0.25R ^[&a-0.25R
  84.   NAME Courier  6, 5 pitch
  85.   ON ^[(10U^[(s0u0p5h6v0s0b3t2Q
  86.   WIDTH 60                         ; 60/300 = 1/5"
  87. END FONT
  88.  
  89. FONT 7
  90.   COPY 1
  91.   SUPERSCRIPT ^[&a-0.25R ^[&a+0.25R
  92.   SUBSCRIPT   ^[&a+0.25R ^[&a-0.25R
  93.   NAME Courier  6, 16.67 pitch
  94.   ON ^[(10U^[(s0u0p16.67h6v0s0b3t2Q
  95.   WIDTH 18                           ; 18/300 = 1/16.67"
  96. END FONT
  97.  
  98. FONT 8
  99.   COPY 1
  100.   SUPERSCRIPT ^[&a-0.25R ^[&a+0.25R
  101.   SUBSCRIPT   ^[&a+0.25R ^[&a-0.25R
  102.   NAME Courier  6, 20 pitch
  103.   ON ^[(10U^[(s0u0p20h6v0s0b3t2Q  ; 15/300 = 1/20
  104.   WIDTH 15
  105. END FONT
  106.  
  107. END PRINTER
  108.